const bytes.opInvalid
15 uses
bytes (current package)
buffer.go#L42: opInvalid readOp = 0 // Non-read operation.
buffer.go#L114: b.lastRead = opInvalid
buffer.go#L127: b.lastRead = opInvalid
buffer.go#L194: b.lastRead = opInvalid
buffer.go#L206: b.lastRead = opInvalid
buffer.go#L225: b.lastRead = opInvalid
buffer.go#L277: b.lastRead = opInvalid
buffer.go#L304: b.lastRead = opInvalid
buffer.go#L323: b.lastRead = opInvalid
buffer.go#L337: b.lastRead = opInvalid
buffer.go#L359: b.lastRead = opInvalid
buffer.go#L415: if b.lastRead <= opInvalid {
buffer.go#L421: b.lastRead = opInvalid
buffer.go#L432: if b.lastRead == opInvalid {
buffer.go#L435: b.lastRead = opInvalid
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |